revXMLRPC_GetParamType
Type
function
Summary
Returns the type of a single parameter from an XML-RPC document structure.
Syntax
revXMLRPC_GetParamType(<XMLRPCdocumentID>,<paramNumber>)
Description
Use revXMLRPC_GetParamType to get the data type of a single parameter from within an XML-RPC document structure.
Parameters
Name | Type | Description |
---|---|---|
XMLRPCdocumentID | integer | The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request. |
paramNumber | integer | The number given to the parameter within the XML-RPC document structure. |
Examples
local tResultType
put revXMLRPC_GetParamType(tResponse,1) into tResultType
Related
library: XML-RPC library
command: revXMLRPC_AddParam
function: revXMLRPC_CreateRequest, revXMLRPC_Execute
glossary: XML-RPC
Compatibility and Support
Introduced
LiveCode 2.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile